home *** CD-ROM | disk | FTP | other *** search
- object HashTableForm: THashTableForm
- Left = 232
- Top = 128
- Width = 560
- Height = 352
- Caption = 'Hash & String Table Test'
- Font.Color = clWindowText
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = []
- FormStyle = fsMDIChild
- PixelsPerInch = 120
- Position = poDefault
- Visible = True
- OnClose = FormClose
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- TextHeight = 20
- object ItemCount: TLabel
- Left = 316
- Top = 16
- Width = 93
- Height = 20
- Alignment = taRightJustify
- end
- object ListBox: TListBox
- Left = 8
- Top = 40
- Width = 401
- Height = 257
- Enabled = False
- ItemHeight = 20
- TabOrder = 5
- end
- object AddButton: TButton
- Left = 440
- Top = 40
- Width = 97
- Height = 33
- Caption = '&Add'
- TabOrder = 0
- OnClick = AddButtonClick
- end
- object SearchButton: TButton
- Left = 440
- Top = 208
- Width = 97
- Height = 33
- Caption = '&Search'
- TabOrder = 3
- OnClick = SearchButtonClick
- end
- object DeleteButton: TButton
- Left = 440
- Top = 152
- Width = 97
- Height = 33
- Caption = '&Delete'
- TabOrder = 2
- OnClick = DeleteButtonClick
- end
- object ClearButton: TButton
- Left = 440
- Top = 264
- Width = 97
- Height = 33
- Caption = '&Clear'
- TabOrder = 4
- OnClick = ClearButtonClick
- end
- object LoadButton: TButton
- Left = 440
- Top = 96
- Width = 97
- Height = 33
- Caption = '&Load'
- TabOrder = 1
- OnClick = LoadButtonClick
- end
- end
-